Welcome![Sign In][Sign Up]
Location:
Search - api udp

Search list

[WinSock-NDIS直接用Socket API实现UDP

Description: 直接Sochet API 实现UDP- Direct Sochet API realizes UDP
Platform: | Size: 184060 | Author: 何加勇 | Hits:

[WinSock-NDISchap4sock

Description: 1. 目录simpletcp是通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端;2. 目录simpleudp是通过Winsock API实现UDP聊天的程序;3. 目录winsock control是通过winsock控件实现聊天的程序,其中子目录tcp是通过winsock控件实现tcp聊天的程序、而子目录udp是通过winsock控件实现udp聊天的程序;-1. Contents simpletcp through Winsock API TCP chatting procedures , the integration process server and the client; 2. Contents simpleudp through Winsock API UDP chatting procedures; 3. Contents winsock control is achieved through chat winsock control procedures, tcp subdirectory which is achieved through winsock tcp Chat Control procedures and subdirectories udp through winsock Controlware udp chatting procedures;
Platform: | Size: 76085 | Author: marble | Hits:

[WinSock-NDISUDP

Description: UDP协议的简单编程,基于API实现的源程序
Platform: | Size: 234184 | Author: fuchen | Hits:

[Communication简单的TCP,UDP服务器,客户端(入门学习用)

Description: WIN API开发的基于SOCKET的简单TCP,UDP通信程序,对初学者使用SOCKET很有帮助
Platform: | Size: 35021 | Author: vivo01 | Hits:

[Internet-Network直接用Socket API实现UDP

Description: 直接Sochet API 实现UDP- Direct Sochet API realizes UDP
Platform: | Size: 183296 | Author: 何加勇 | Hits:

[Internet-NetworkSockets-1.8.3

Description: sockets API封装类,可以在UNIX和WIN32平台下工作。提供SSL、IPv6、TCP/UDP sockets、 TCP加密、HTTP协议、高度可定制的错误处理。-sockets API Packaging category, in UNIX and work under Win32 platform. SSL, IPv6, TCP/UDP sockets, TCP encryption, HTTP protocol, highly customizable error handling.
Platform: | Size: 202752 | Author: 贾志远 | Hits:

[GUI DevelopInfragistics NetAdvantage 2005 Vol 1 Source Code.p

Description: 功能介绍:1.基于COM、.NET 和ASP.NET 的75种最佳表示层组件:包括网格、图表、工具条、菜单、制表符、树状子目录结构、进度表、日历、编辑器、GUI控件以及更多…2.利用Infragistics的表示层构架可用于继承并创建自定义组件的图形界面跨环境的通用对象模块提供更方便的在线学习 3.支持WindowsXP功能。4.RAD 设计器提升了可视化设计的速度。5.使用NetAdvantage's ASP.NET组件可以在瘦客户端环境中创建胖客户端的应用程序。6.提供ASP.NET组件的服务器端应用程序接口(API)7.应用广泛、直观的对象模块,包括了丰富的事件、方法和属性集合,可进行细化至象素水平的编程8.跨环境的通用对象模块提供更方便的在线学习-functional presentations : 1. COM,.NET and ASP.NET said the 75 best-components include : grids, charts, toolbars, menus, tabs, tree subdirectory structure, schedules, calendars, editors, GUI controls, and more ... 2 . Infragistics said the use of the layer structure can be used to inherit and create a custom graphical interface components of the environment across the Common Object Module provide more convenient online learning 3. WindowsXP support functions. 4.RAD design for improved visual design speed. 5. NetAdvantage's use ASP.NET components in the thin client environment can be created fat client applications. 6.NET components for the server-side application programming interface (API) 7. Widespread use, intuitive object modules, including a wealth of events, methods and attribu
Platform: | Size: 10000384 | Author: 客户 | Hits:

[Communicationsms_SPAPP

Description: SPAS系统基于WINDOWS2000采用VC开发,在功能上实现了对用户手机点播、网站定制和网页发送消息的处理,能完成用户对不同业务的短信要求。 1. WEB网站与SPAS的接口采用UDP通讯的方式,SPAS对网站发送过来的包进行分析处理调不同的点播模块处理,向用户返回所需的短信内容 2. SPAS与网关的通讯采用网关厂商的API接口,用于接收用户的点播请求和发送业务模块处理后的短信内容 3. 定制模块由SPAS主控部分定时触发,通过分析定制库中(通过网站入库)的用户需求,将相关的业务短信发送给用户 4. SPAS收到网页发送或用户手机点播的请求后调相应的点播模块处理,并将返回的结果发送给用户 5. 对发送的消息入库做为统计和日志记录的依据,以WEB的方式的显示统计分析情况 -SPAS-based system using Windows2000 VC development, the functional realization of a user-on-demand, customized web site and send messages to the website, users can be completed on different business messaging request. 1. Web site SPAS interface using the means of communication UDP, SPAS right site sent over the packet-processing analysis of the different modules on demand, users return to the contents of two messages. SPAS and gateway communications gateway vendors using the API interface for the users to receive and send requests for on-demand business module handles the SMS content 3. Custom modules SPAS-dominated part of regular triggered by analyzing Custom Library (through the web site storage) needs of users in business related to messages sent to users. SPAS website sent or received
Platform: | Size: 14135296 | Author: lqs | Hits:

[VC/MFCsocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 173056 | Author: gong | Hits:

[Internet-Networkchap4sock

Description: 1. 目录simpletcp是通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端;2. 目录simpleudp是通过Winsock API实现UDP聊天的程序;3. 目录winsock control是通过winsock控件实现聊天的程序,其中子目录tcp是通过winsock控件实现tcp聊天的程序、而子目录udp是通过winsock控件实现udp聊天的程序;-1. Contents simpletcp through Winsock API TCP chatting procedures , the integration process server and the client; 2. Contents simpleudp through Winsock API UDP chatting procedures; 3. Contents winsock control is achieved through chat winsock control procedures, tcp subdirectory which is achieved through winsock tcp Chat Control procedures and subdirectories udp through winsock Controlware udp chatting procedures;
Platform: | Size: 75776 | Author: marble | Hits:

[ARM-PowerPC-ColdFire-MIPSarm3000ADS1

Description: 博创科技arm3000开发板(arm7 44b0) 大量实验源代码 bootloader实验 ucos的移植 ucos的开发柜架 音频实验 电机控制 绘图的API函数 UDP通讯实验 LCD的驱动控制 触摸屏程序设计 系统的消息循环-Fiberxon arm3000 Technology Development Board (arm7 44b0) source code for a large number of experimental transplant uCOS bootloader experimental development uCOS Shelves graphics audio experimental motor control function of the API test UDP communication LCD driver control touch screen programming system message loop
Platform: | Size: 510976 | Author: lisuwei | Hits:

[ARM-PowerPC-ColdFire-MIPSIP

Description: 移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 􀁺 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 􀁺 提供WebSever和UDP服务器范例。 还没实现功能: 􀁺 IP报的处理不支持分段 在多个网络接口的应用是两个网络间的最大报大小要基本相等。 􀁺 ICMP协议还不是非常完整 目前ICMP协议只支持PING的功能和UDP无效端口返回。 􀁺 TCP协议不支持紧急数据 这一版本的ZLG/IP不对TCP传输中的紧急数据报进行处理。 􀁺 不支持IGMP协议 这一版本的ZLG/IP不支持IP组播和广播。 􀁺 不支持Socket API发送函数发送大于PMTU 用Socket API发送函数发送数据时,数据长度不可大于一个TCP或UDP报有效数据的长度。
Platform: | Size: 1682432 | Author: 谭剑鸣 | Hits:

[TCP/IP stackBUDPServer

Description: 阻塞模式的UDP通信,本程序是服务端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。-Obstructive patterns of UDP communications, the process is client service, in the WIN32 environment, the completion of basic UDP protocol communication, SOCKET API package, very helpful for beginners.
Platform: | Size: 3072 | Author: 小潘 | Hits:

[TCP/IP stackBUDPClient

Description: 阻塞模式的UDP通信,本程序是客户端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。-Obstructive patterns of UDP communications, the process is the client, in the WIN32 environment, the completion of basic UDP protocol communication, SOCKET API package, very helpful for beginners.
Platform: | Size: 3072 | Author: 小潘 | Hits:

[TCP/IP stackNBUDPClient

Description: 非阻塞模式的UDP通信,本程序是客户端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。-UDP non-blocking mode of communication, this process is the client, in the WIN32 environment, the completion of basic UDP protocol communication, SOCKET API package, very helpful for beginners.
Platform: | Size: 3072 | Author: 小潘 | Hits:

[TCP/IP stackNBUDPServer

Description: 非阻塞模式的UDP通信,本程序是服务端,在WIN32环境下,完成基本的UDP协议通信,SOCKET API的封装,对初学者很有帮助。-UDP non-blocking mode of communication, the process is client service, in the WIN32 environment, the completion of basic UDP protocol communication, SOCKET API package, very helpful for beginners.
Platform: | Size: 3072 | Author: 小潘 | Hits:

[TCP/IP stacktcp_ip_design_report.doc

Description: 本文件介绍了一个TCP/IP的功能,设计要点,本协议栈实现的组件包括ARP,I CMP(PING),UDP,TCP。并设计了一个与SOCKET API兼容的标准接口。 TCP/IP协议栈背景 TCP/IP是使用最为广泛的INTERNET通信协议,几乎所有的桌面操作系统如Windows,Redhat Linux都支持TCP/IP协议。为了实现嵌入式系统与PC机的组网通信,就必须在嵌入式系统上实现复杂的TCP/IP协议栈,通过实现了TCP/IP协议栈,就可以方便的实现嵌入式系统与主流桌面操作系统的通信和资源共享,这也是作者编写TCP/IP协议栈的由衷。 -Introduction This document is a TCP/IP functionality, design elements, realize the protocol stack components including ARP, I CMP (PING), UDP, TCP. And designed a SOCKET API-compatible with standard interfaces. TCP/IP protocol stack background TCP/IP is the most widely used communication protocol INTERNET, almost all of the desktop operating system such as Windows, Redhat Linux support TCP/IP protocol. In order to realize embedded systems and PC-letter Netcom Group, we must realize the complexity of embedded system on the TCP/IP protocol stack, through the realization of the TCP/IP protocol stack, we can facilitate the realization of embedded systems with mainstream desktop operating system of communication and resource sharing, this is also author of the preparation of TCP/IP protocol stack heartfelt.
Platform: | Size: 15360 | Author: 6756 | Hits:

[TCP/IP stackUDP_multi

Description: VB的UDP组播实现,基于api函数实现此功能-VB implementation of the UDP multicast
Platform: | Size: 77824 | Author: jwf | Hits:

[Windows DevelopUDP

Description: 基于UDP的简单收发演示,使用Windows API socket编程-The easy to send and receive UDP-based demonstration of the use of Windows API socket programming
Platform: | Size: 67584 | Author: Yang | Hits:

[Windows DevelopChapter14

Description: 包含了VC下实现的WINDOWS API的TCP/UDP的网络服务器、客户端程序,还有一个聊天程序。-VC contains the WINDOWS API under the TCP/UDP network server, the client program, there is a chat program.
Platform: | Size: 732160 | Author: chenweifeng | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net